home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CLOBSH.PAK / CLSDEFS.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  1KB  |  32 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        */
  3. /*  CLSDEFS.H                                                             */
  4. /*                                                                        */
  5. /*  Copyright Borland International 1991, 1993                            */
  6. /*  All Rights Reserved                                                   */
  7. /*                                                                        */
  8. /*------------------------------------------------------------------------*/
  9.  
  10. #if !defined( __CLSDEFS_H )
  11. #define __CLSDEFS_H
  12.  
  13. #define BI_OLDNAMES
  14.  
  15. #if !defined( __CLSTYPES_H )
  16. #include "classlib\obsolete\ClsTypes.h"
  17. #endif  // __CLSTYPES_H
  18.  
  19. #pragma option -Vo-
  20. #if defined( __BCOPT__ ) && !defined( __FLAT__ ) && !defined( _ALLOW_po )
  21. #pragma option -po-
  22. #endif
  23.  
  24. const hashValueType ERROR_CLASS_HASH_VALUE = 0;
  25.  
  26. #if defined( __BCOPT__ ) && !defined( __FLAT__ ) && !defined( _ALLOW_po )
  27. #pragma option -po.
  28. #endif
  29. #pragma option -Vo.
  30.  
  31. #endif
  32.